<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ol.breadcrumb li a{ display: inline-block;}
ul.nav-down li o.fa-info-circle{ font-size:1.7rem;}
ul.nav-down li o.fa-th-large{font-size:1.4rem;}
.pagination{  clear:both;}

@media only screen and (max-width :499px) {
.page_link_next{display:none !important;}
.page_link_first{ display:none !important;}
.page_link_last{display: none !important;}
.page_link_pre{display: none !important;}
}


 .productList .loader, .newsList .loader  {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
	clear:both;
	/*padding-bottom:60px;*/

}

 .productList .loader span, .newsList .loader span{ display:block; line-height:25px; color:rbga(0,0,0,.8);	padding-top:35px;}
.productList .alert,.newsList .alert{ clear:both;}
.proInfo p{ border-bottom:#ccc dashed 1px;}
@media only screen and (min-width :300px) {
	 .productList .loader span, .newsList .loader span{ font-size:12px;}
}

@media only screen and (min-width :370px) {
	 .productList .loader span, .newsList .loader span{ font-size:14px;}
}

@media only screen and (min-width :600px) {
	 .productList .loader span, .newsList .loader span{ font-size:16px;}
}

.msgStack.alert{ line-height:40px; text-align: left;  text-indent: 4px;} 
.msgStack.alert i{ margin-right:7px; font-size: 14px; }
.msgStack.alert-warning i{ color:#f0ad4e;}
.msgStack.alert-success i{ color:#5cb85c;}
.msgStack.alert-danger i{ color:#a94442;}</pre></body></html>